home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / System / PPCReleaseDEV / Examples / Time.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-21  |  199 b   |  11 lines

  1. #ifndef TIMER_H
  2. #define TIMER_H
  3.  
  4. #include <utility/tagitem.h>
  5.  
  6. #define    TIMERTAG_DUMMY    (TAG_USER + 0x100000)
  7. #define    TIMERTAG_START    (TIMERTAG_DUMMY+0)
  8. #define    TIMERTAG_STOP    (TIMERTAG_DUMMY+1)
  9.  
  10. #endif
  11.